home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-02
/
tegl6b.zip
/
INTROPAK.EXE
/
lha
/
TWDIALFP.DOC
< prev
next >
Wrap
Text File
|
1991-08-16
|
953b
|
36 lines
{-----------------------------------------------------------------------------}
{ TEGL Windows ToolKit II }
{ Copyright (C) 1990, 1991 TEGL Systems Corporation }
{ All Rights Reserved. }
{-----------------------------------------------------------------------------}
UNIT twdialfp;
{$I switches.inc}
{$N+}
INTERFACE
USES
teglunit,
twcommon,
twkernel,
twdialog;
{$IFOPT N+}
Procedure twdAddSingle(wf : WinFramePtr;
x,y : Integer;
Mess: String;
VAR utype: Single;
len: Byte;
places: Byte);
Procedure twdAdddouble(wf : WinFramePtr;
x,y : Integer;
Mess: String;
VAR utype: double;
len: Byte;
places: Byte);
{$ENDIF}
IMPLEMENTATION